/*
Theme Name: Drag Racing
Theme URI: http://example.com/
Author: Creative Mobile
Author URI: http://creative-mobile.com
Description: The Drag Racing Theme for WordPress
Version: 2.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, two-columns, fixed-width, custom-background, custom-menu, editor-style
*/
/* SF Electrotome Font
---------------------------------------------- */
@font-face {
  font-family: 'SF Electrotome';
  src: url("fonts/sf-electrotome/sf_electrotome_oblique.bin");
  src: url("fonts/sf-electrotome/sf_electrotome_oblique-1.bin") format("embedded-opentype"), url("fonts/sf-electrotome/sf_electrotome_oblique-2.bin") format("woff"), url("fonts/sf-electrotome/sf_electrotome_oblique-3.bin") format("truetype"), url("fonts/sf-electrotome/sf_electrotome_oblique.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'SF Electrotome';
  src: url("fonts/sf-electrotome/sf_electrotome.bin");
  src: url("fonts/sf-electrotome/sf_electrotome-1.bin") format("embedded-opentype"), url("fonts/sf-electrotome/sf_electrotome-2.bin") format("woff"), url("fonts/sf-electrotome/sf_electrotome-3.bin") format("truetype"), url("fonts/sf-electrotome/sf_electrotome.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* HTML5
---------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* HTML & BODY
---------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  min-width: 980px;
}

body {
  margin: 0;
  background: black;
  color: #eeeeee;
  font-size: 0.875em;
  line-height: 1.6;
}

/* Fonts
---------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Arial", "Helvetica", sans-serif;
}

pre,
code,
kbd,
samp,
var {
  font-family: "Consolas", "Courier New", "Courier", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
  color: #eeeeee;
  font-weight: 400;
  font-style: italic;
}

/* Links
---------------------------------------------- */
a {
  color: #22b8f8;
  text-decoration: none;
  background: transparent;
}
a:hover {
  color: #ff7700;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Typography
---------------------------------------------- */
/* Headings */
h1,
.h1 {
  margin: 0 0 0.467em;
  line-height: 1.3;
  font-size: 2.143em;
}

h2,
.h2 {
  margin: 0 0 0.583em;
  line-height: 1.3;
  font-size: 1.714em;
}

h3,
.h3 {
  margin: 0 0 0.667em;
  line-height: 1.4;
  font-size: 1.5em;
}

h4,
.h4 {
  margin: 0 0 0.778em;
  line-height: 1.5;
  font-size: 1.286em;
}

h5,
.h5 {
  margin: 0 0 0.875em;
  line-height: 1.6;
  font-size: 1.143em;
}

h6,
.h6 {
  margin: 0 0 1em;
  line-height: 1.6;
  font-size: 1em;
}

ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre,
hr {
  margin: 0 0 1em;
}

/* Bold */
b,
strong {
  font-weight: bold;
  color: #e67a28;
  font-size: 1.286em;
}

/* Small */
small {
  font-size: 0.857em;
}

/* ABBR & DFN */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

abbr[title] {
  letter-spacing: 1px;
}

dfn {
  font-style: italic;
}

/* Mark */
mark {
  background: yellow;
  color: #333333;
}

/* Sup & Sub */
sup,
sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.857em;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Pre */
pre {
  white-space: pre-wrap;
}

/* Images
---------------------------------------------- */
img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* Quotes
---------------------------------------------- */
q,
blockquote {
  quotes: none;
}
q:before, q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

blockquote {
  margin-left: 3em;
}
blockquote pre {
  font: inherit;
}

/* Tables
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  vertical-align: top;
}
table th {
  text-align: left;
}

/* Lists
---------------------------------------------- */
ul,
ol {
  margin-left: 3em;
  padding: 0;
}
li > ul, li >
ol {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 3em;
}

/* Horizontal rule
---------------------------------------------- */
hr {
  display: block;
  height: 0;
  border: solid #444444;
  border-width: 1px 0 0;
}

/* Forms
---------------------------------------------- */
form {
  margin: 0;
}

/* Fieldset */
fieldset {
  padding: 0.25em 1em 0.75em;
  border: 1px solid #444444;
}

legend {
  margin-left: -2px;
  padding: 0 2px;
  border: 0;
}

/* Elements */
button,
input,
select,
textarea {
  margin: 0;
  color: #eeeeee;
  vertical-align: baseline;
  font-size: 100%;
  line-height: normal;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Helpers
---------------------------------------------- */
/* Hidden */
.assistive-text,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* No Border */
.noborder {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Highlight */
.highlight {
  color: #ff7008;
}

/* Clear */
.clear {
  clear: both;
}

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Form Styles
---------------------------------------------- */
/* Global */
input,
textarea,
select,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

/* Fields */
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="tel"], input[type="url"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="color"], select, textarea {
  padding: 5px;
  border: 1px solid #444444;
  background: #1f252b;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="datetime"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
  border-color: #5e5e5e;
}

textarea {
  resize: vertical;
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 6px 1em;
  border: 0;
  background: #085075;
  color: white;
}
button:hover, button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
  background: #09577f;
}

/* Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaaaaa;
}

/* Table Styles
---------------------------------------------- */
.table th,
.table td {
  padding: 0.4em 0.8em;
  border: 1px solid #444444;
}
.table th {
  background: #1c2127;
}
.table td {
  background: #262a30;
}

.table-full {
  width: 100%;
}

/* List Styles
---------------------------------------------- */
nav ol, nav
ul, .unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Helpers
---------------------------------------------- */
/* Floats */
.alignright,
.alignleft,
.aligncenter {
  margin-bottom: 1em;
}

.alignright,
.alignleft {
  margin-top: 0.4em;
}

.alignright {
  float: right;
  clear: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
   clear: none;
  margin-right: 1em;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

/* Dropdown Styles
---------------------------------------------- */
.dropdown-menu .menu-item {
  position: relative;
}
.dropdown-menu a,
.dropdown-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.dropdown-menu > .menu-item {
  float: left;
}
.dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.dropdown-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

/* Images
---------------------------------------------- */
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 610px;
  height: auto;
  border: 0 !important;
}

/* Smilies */
.wp-smiley {
  vertical-align: text-top;
}

/* Image with caption */
.wp-caption {
  margin-bottom: 1em;
  max-width: 610px;
}

.wp-caption-text, .gallery-caption {
  margin: 0.4em 0 0;
  color: #aaaaaa;
  text-align: center;
  line-height: 1.5;
}

/* Gallery */
.gallery-item {
  margin: 0 0 1em !important;
}

/* Bullets */
.more-link, .widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_meta li, .dr-list li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAApVBMVEUAAAAAAAAAAgRqyv8AAAAqUWcCBwkAAAAAAAAAAAADDRIAAAAAAABTwf9nyf9nyP9pyf9jyP8Aic1Wwv9nyP9AwP9gxv9Nwv9BvP8AAABfxf8DJjgOSmsec6NoyP8eR14nltVcxf8AeLQWrv8AiMwAl+gApv0fsf8rtP8Tq/9Gvv8yt/8Afr4Aic0BovUAjNQBn/AAh8oAov8Krf85uf9ayP83u//67dCQAAAAInRSTlMAOBUNBgEMPS4PKCEb51pOQoDwwSKMKr/0NZNDcqUYYNikiZnNBgAAAIVJREFUCNdVjecagyAMRSsFtLi6904LqN3D9380iYqfnn/n5ibpdehHccf3p/+h7XGY5aJVX6caNLXKhuFPARyb8SjVChK1q30+yRIp5Qe2lUdLeFyR7wZ1ulCv5wW5S2Kcz+T7XHEbl/cpESu3xPHxKw08x62DwASM+55FEIYbfGDhplAAQ8oLy3lm6OcAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
}

.archive-title, .widget-title, .slide-title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAA0lBMVEUAAAAAAAAAAABevv8AAAAAAAAAAAAAAwYAAAAWKTYAAAAAAAAAAAAAAAAAAAAAAgRnwf9jwf9pw/8EHjAJLkdTu/9bv/8AWY8ARG0mZIgALUkmpv0ADhUAVqAAITQANlkAGCdgvv9bvf9rwv8VlOcgkdwMLUUcY5QXT3ZovvhaqN4AgdMAf84AjuwKnP89sf8Wov8cpv8AfMoAhdoAkfUCnf86sP8nq/8gpv8Ah+A0rf8AbK4rq/8AecQHmvkHkekAk/sAjeQKof4joPU4tP9UtvRX47OiAAAAK3RSTlMAOTCaKR4NAQcEGBEjPDQ4EhAWOU2Hnui7QY/CVdR2lmmOkgv49URfWmtIDV4bNAAAAKhJREFUCNdNj+cOgkAQhKVcE+FUEHvv0lGKvb//KwkcEebHJjM7+bJbKQslKlnSRRjiwjf0PgKgCOotb4iVGi58ZI0B9w+awuVujHhaJfleON2M60BWqojxhNC2/DMn8xLK+lPHfRz9tiiLMOvPnNg+7M2OyJhzwYndIAl6PAUk6euh53q2ZRoTjqbM7fcTvZeLV/CkvJgyd5q62qw1VdWgBAn7MR/shB81Qw+6Ci4UogAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}

/* Header
---------------------------------------------- */
.site-header {
  position: relative;
  z-index: 100;
  height: 144px;
}
.site-header a {
  color: #eeeeee;
}

.header-logo {
  position: absolute;
  top: 34px;
  left: 30px;
}

.header-social-links {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* Site Nav
---------------------------------------------- */
.site-nav {
  position: relative;
  z-index: 90;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAA+BAMAAAAR/My4AAAAHlBMVEUgJSstMjkwNTwlKTAiJy4nLDMqLzY1OkEeIyklKjJ5mjECAAAAXklEQVQI17XIIRJAQBiA0S8I4q4g7yqqGfS/kM2gL2Y34wouIBjnFRzBePGhkxWdG+ZMkVvFrhU2NZ9/Sx3WG3wwjJOjDR13LyyVcMkJUQe1cJRCU8AgUMXF+83v/wDSriMm6GNAYgAAAABJRU5ErkJggg==) repeat-x;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75), 0 -5px 15px rgba(30, 182, 245, 0.5);
}

/* Primary Menu
---------------------------------------------- */
.primary-menu {
  margin: 0 auto;
  width: 920px;
}
.primary-menu a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* First Level */
.primary-menu > .menu-item {
  padding: 8px 0;
}
.primary-menu > .menu-item > a {
  margin: 8px 22px;
  height: 30px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  font-style: italic;
  font-size: 1.5em;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
  line-height: 30px;
}

/* Sub Menu */
.primary-menu .sub-menu {
  min-width: 160px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAAD1BMVEUSFBQPEBENDg8LDQ0WGBkwL4F8AAAAIElEQVQI12NQcBRiYGBUZnAQUmQQVGJhEDJgYFASYQQAFzYBu2//p8oAAAAASUVORK5CYII=);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
}
.primary-menu .sub-menu .menu-item > a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  font-style: italic;
  font-size: 1.5em;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
}
.primary-menu .sub-menu .menu-item:hover > a,
.primary-menu .sub-menu .current-menu-item > a,
.primary-menu .sub-menu .current-menu-parent > a,
.primary-menu .sub-menu .current-menu-ancestor > a {
  background: linear-gradient(to bottom, #258fcd 0%, #054a6c 100%);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.75), 2px 2px 0 rgba(255, 255, 255, 0.15) inset;
}

/* Layout
---------------------------------------------- */
.inner {
  margin: 0 auto;
  width: 980px;
}

.site-bg {
  min-width: 980px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.main {
  padding: 20px 0;
}

.primary,
.secondary {
  float: left;
}

.primary {
  padding: 30px 30px 16px;
  width: 610px;
min-height: 600px;
}

.secondary {
  margin-left: 20px;
  width: 290px;
}

/* Content
---------------------------------------------- */
.primary, .widget, .slider-wrapper, .download, .games-links, .promo-image {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAADFBMVEUhJi0oLDMeIykjKS/blwkYAAAABHRSTlP09PT0wlou2gAAADhJREFUCNdj0GAtYND+WsCgGX+AgTGGi+FvABdD+AcgZmpgCGHaz/CfaSoDwwJRBob1VxkYltYDADQlDWaPBAUWAAAAAElFTkSuQmCC);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
}

/* Page Header
---------------------------------------------- */
.page-header {
  margin-bottom: 20px;
}
.download {
  float: right;
  margin-bottom: 20px;
}


/* Footer
---------------------------------------------- */
.site-footer-wrapper {
  min-height: 340px;
  background: url(images/site-footer-wrapper-bg.png) 50% 0 no-repeat;
}

.site-footer {
  position: relative;
  padding: 30px 0;
  background: url(images/footer-logo.png) 50% 30px no-repeat;
}

/* Nav */
.footer-nav {
  min-height: 170px;
}

.footer-menu {
  font-style: italic;
}
.footer-menu a {
  display: block;
}
.footer-menu > .menu-item {
  float: left;
  margin: 0 10px;
  width: 100px;
}
.footer-menu > .menu-item:nth-child(3) {
  margin-right: 260px;
}
.footer-menu > .menu-item:nth-child(-n+3) {
  text-align: right;
}
.footer-menu > .menu-item > a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  font-size: 1.5em;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
}

.footer-menu .sub-menu a {
  color: #aaaaaa;
  font-size: 0.857em;
}
.footer-menu .sub-menu .menu-item > a:hover,
.footer-menu .sub-menu .current-menu-item > a {
  color: #eeeeee;
}

/* Copyright */
.footer-copyright {
  text-align: center;
  line-height: 1.5;
}

.license-copyright {
  margin-bottom: 0.714em;
  color: #aaaaaa;
}
.license-copyright a {
  border-bottom: 1px solid #444;
  color: #aaaaaa;
}
.license-copyright a:hover {
  color: #ff7700;
}

.trademark-copyright,
.agency-copyright {
  margin-bottom: 0.833em;
  color: #777;
  font-size: 0.857em;
}
.trademark-copyright a,
.agency-copyright a {
  color: #777;
}
.trademark-copyright a:hover,
.agency-copyright a:hover {
  color: #ff7700;
}

.agency-link {
  padding-left: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAMAAABR24SMAAAAulBMVEUAAAA4FBYAAAAbCwl5REKhP1JuKSclCQluKCd4FBgtCQkAAQGhoaFwGBZ1FhdYExNlDQtjEhaLOTeTMzahQEJkFBJoEA5oFhlQDQ5QEBGMIiSRLC2GMSxiBgluDQuJPztXAAKMgHmgOT1wIiCeoaFyNjlhAACee3aKW1WaoaGhYGCNVVChODZ0U1ahWFaYMS1hAQF7LS2hPzaBHx9VGhuhJCNvLC6SYWiOCxNgCxKKFhk4Cw1FDQ8vCQvVVIq7AAAADHRSTlMAgyd6MIF5lPgYogsgnb5bAAAAY0lEQVQI1wXBAwLEMBQFwLfM4iepsTZqu/e/VmewPRz1h7ECwE9XTTM8HVAv9xd9g2gG9famnx9nBcyz/ac0LyUU5RMS1Y2DDbcSqloxYPnkwrJF1wNrUzquK0cA8wVjO7afAMgVCM/84DE0AAAAAElFTkSuQmCC) 0 75% no-repeat;
}

/* Misc */
.creative-mobile-link {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 70px;
}
.creative-mobile-link:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

/* Search
---------------------------------------------- */
/* Search Form */
.search-form .search-field {
  width: 120px;
}

/* Pagination
---------------------------------------------- */
.pagination {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #444444;
}
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination a {
  display: inline-block;
  padding: 0 0.75em;
  height: 30px;
  border-radius: 5px;
  background: #085075 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADdJREFUeNpicJh7hYmB4R8Tw38GlsfvvwHpv0z///0DYmQaiP/+wWD/g4mBaCT2PxzqkcwECDAAKx9TCn5ccnsAAAAASUVORK5CYII=) repeat-x;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  font-style: italic;
  font-size: 1.5em;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
  line-height: 30px;
}

.pagination-previous {
  float: left;
}

.pagination-next {
  float: right;
}

/* Entry
---------------------------------------------- */
/* General */
.entry-header,
.entry-summary,
.entry-content,
.entry-pagination,
.entry-edit,
.entry-footer {
  margin-bottom: 1em;
}

/* Entry Meta */
.entry-meta {
  color: #aaaaaa;
}

.entry-meta-header > span + span {
  margin-left: 8px;
}
.entry-meta-header > span + span:before {
  display: inline-block;
  margin-right: 8px;
  width: 1px;
  height: 14px;
  background: #444444;
  content: '';
  vertical-align: middle;
}
.entry-meta-header a {
  color: #aaaaaa;
}
.entry-meta-header a:hover {
  color: #ff7700;
}

/* Entry Header */
.entry-title {
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
.entry-title a {
  color: #eeeeee;
}
.entry-title a:hover {
  color: #ff7700;
}

/* Entry Content */
.more-link {
  padding-left: 20px;
  background-position: 0 0.3em;
  color: #ccc;
  text-decoration: underline;
  font-weight: bold;
}

/* Entry Footer */
.entry-pagination,
.entry-edit,
.entry-footer {
  clear: both;
}

/* Entry Compact */
.entry-compact {
  position: relative;
  padding: 1em 0 1em 200px;
  min-height: 120px;
}
.entry-compact + .entry-compact {
  border-top: 1px solid #444444;
}
.entry-compact .entry-title {
  font-size: 1.5em;
}
.entry-compact .entry-header,
.entry-compact .entry-summary {
  margin-bottom: 0.5em;
}
.entry-compact .entry-thumbnail {
  position: absolute;
  top: 1em;
  left: 0;
}
.entry-compact .entry-summary {
  font-size: 0.857em;
}
.entry-compact .entry-more-link {
  float: right;
}

.entry-meta-compact {
  font-style: italic;
}
.entry-meta-compact > span + span {
  margin-left: 1em;
}

/* Author Info
---------------------------------------------- */
.author-info {
  position: relative;
  margin: 2em 0 1em;
  padding: 2em 2em 1em 8.571em;
  min-height: 78px;
  background: #1b2025;
  border: 1px solid #444444;
}
.no-avatars .author-info {
  padding-left: 2em;
}
.author-info .avatar {
  position: absolute;
  top: 2em;
  left: 2em;
  border-radius: 32px;
}

.author-link:after {
  content: '\0020\2192';
}

/* Archives
---------------------------------------------- */
.archive-header {
  margin-bottom: 1em;
}

.archive-title {
  margin: 0 0 0 -16px;
  padding-left: 16px;
  background-position: 0 70%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  font-size: 2.143em;
  line-height: 1.3;
}
.archive-title a {
  color: #eeeeee;
}

/* Widgets
---------------------------------------------- */
/* Global */
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_meta ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_meta li {
  padding-left: 22px;
  background-position: 0 0.4em;
}

/* Widget */
.widget {
  padding: 15px 15px 1px;
}
.widget + .widget {
  margin-top: 20px;
}
.widget a {
  color: #eeeeee;
}
.widget a:hover {
  color: #22b8f8;
}

.widget-title {
  margin: 0 0 0.467em;
  padding-left: 16px;
  background-position: 0 70%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  font-size: 2.143em;
  line-height: 1.3;
}
.widget-title a {
  color: #fff;
}

/* Tags */
.tagcloud {
  overflow: hidden;
  margin-bottom: 1em;
}
.tagcloud a {
  float: left;
  margin: 0.2em;
  padding: 0.2em 0.6em;
  border: 1px solid #444444;
  background: #1b2025;
  color: #eeeeee;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1em !important;
}

/* Calendar */
#wp-calendar {
  width: 100%;
  line-height: 1.2;
}
#wp-calendar caption {
  color: #aaaaaa;
}
#wp-calendar thead {
  border-bottom: 1px solid #444444;
}
#wp-calendar tfoot {
  border-top: 1px solid #444444;
}
#wp-calendar td,
#wp-calendar th {
  padding: 0.4em;
  text-align: center;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #today {
  background: #ff7700;
  color: #fff;
  font-weight: bold;
}
#wp-calendar #today a {
  color: #fff;
}

/* RSS */
.widget_rss ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul li {
  padding-left: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAMAAAB1/u6nAAAA6lBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/nNICBwkCDBIAAAAAAAAEJTc+mMsAAABAndRAnNJAnNJAndQFL0VAndQ8lcgLTG8zjL8JHiozf6oTX4gEHy0KUXYJRmUOWYEsbZIQVXsVbJsITG8tcpgoao0IFBotcpkQPlcqbJEKUnctcpgeTGUoZYYsb5QZdKcUaZgWb6ASZJEbea4dfbQ/ms8PX4oNW4RAnNMfgrsLVn0+mMsjh8A6kcM8lcg2kscrjMQ0h7U5jL0rh7sogrUfd6cbea0udJsJUnhLGvN8AAAANHRSTlMACyQTMT0HBAEPNhwXiC5DJjpdlDwzQNTHbPVGqr5J3OBU45/ehIbe1TLEK9B43OWbPB54A+cwggAAAOlJREFUGNNdyuV6gzAYQOEvECIQtO6du/tWtpIh0/u/naVltCXvz/McKLXcbj+O+123BWvtTrzSaVfVfa5xy9qYL6RZlihZls4boAzelTR5XUnSgcojKeXHU80IgBVSfj7WfTOgRZHf6iigSf51rzlAwPfyO90+B+5NHjRTjwMKxtOXmt1xgIA42B/ONgx97BBg3LD9i7d/2ztbTdvgDIDyk+PZ72EU9XqRb1mhqhSU69Of8zNrqRnanlPWo8ubKxzaeMELHJMwWKLcwNgQphAmR4SWkVHuBIZAVGEMKoyYwkR0HaqbEBU1f5/2OXezybb1AAAAAElFTkSuQmCC) 0 1.2em no-repeat;
  font-size: 0.857em;
  border-top: 1px solid #444444;
  margin-top: 1em;
  padding-top: 1em;
}
.widget_rss ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  background-position: 0 0.2em;
}
.widget_rss ul a {
  display: block;
}
.widget_rss > .widget-title > a:first-child {
  display: none;
}
.widget_rss .rss-date {
  display: block;
  color: #ff7700;
}

/* Text */
.widget_text .textwidget {
  margin-bottom: 1em;
}
.widget_text .fb-like-box {
  height: 70px;
}

/* Search */
.widget_search .search-form {
  margin-bottom: 1em;
}

/* Comments */
.widget_recent_comments {
  color: #aaaaaa;
}

/* Nav Menu */
.widget_nav_menu .current-menu-item > a {
  color: #22b8f8;
}

/* Comments
---------------------------------------------- */
/* Global */
.comment,
.pingback,
.trackback,
.comments-pagination,
#respond {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 1em 0;
  border: 1px solid #444444;
  background: #1b2025;
}

.comment-header,
.comment-content,
.comment-footer {
  margin-bottom: 1em;
}

/* Comments */
.comments {
  margin: 2em 0 1em;
}

/* Comments List */
.comments-list, .comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-list .children {
  margin-left: 2em;
}

/* Comment */
.comment {
  padding-left: 76px;
}
.no-avatars .comment {
  padding-left: 1em;
}

.comment-header .avatar {
  position: absolute;
  top: 1em;
  left: 1em;
  border-radius: 24px;
}

.comment-author {
  font-weight: bold;
}

.comment-date {
  display: block;
}
.comment-date a {
  color: #aaaaaa;
}

.comment-awaiting-moderation {
  color: #cc0000;
}

.comment-footer .edit-link {
  position: absolute;
  top: 1em;
  right: 1em;
}

/* Pingback */
.pingback .comment-content {
  margin-top: -1em;
}

/* Respond */
#reply-title small {
  font-size: 1em;
  font-family: "Arial", "Helvetica", sans-serif;
}

.li-comment #respond {
  margin-left: 2em;
}

#cancel-comment-reply-link {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.667em;
  font-weight: normal;
}

#commentform input {
  display: block;
}
#commentform label {
  font-weight: bold;
}
#commentform textarea {
  width: 100%;
}
#commentform .form-allowed-tags {
  display: none;
  color: #aaaaaa;
}
#commentform .required {
  color: #cc0000;
}

/* Comments Pagination */
.comments-pagination {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* UI
---------------------------------------------- */
/* Buttons */
.dr-button-small, .primary-menu > .menu-item:hover > a,
.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-parent > a,
.primary-menu > .current-menu-ancestor > a, .dr-button-small-up {
  position: relative;
  display: inline-block;
  margin: 8px 18px 0;
  padding: 0 4px 8px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABICAYAAAA3Qp8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG5JREFUeNpidJh75T8TA8M/BiaG/wwMTI/ffwOx/jIw/f/3D0SgsUDE3z/Yuf8QEmAWKvcfXr2oFoGALROIBBEfmYHED4b///8zwMUgBPMB6YD/TP//g10PJB69+UxnlzIxgFnwAAO6EqvrAQIMACj2sOG77la/AAAAAElFTkSuQmCC) repeat-x;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  font-style: italic;
  font-size: 1.5em;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
  line-height: 30px;
}
.dr-button-small:hover, .primary-menu > .menu-item:hover > a:hover,
.primary-menu > .current-menu-item > a:hover,
.primary-menu > .current-menu-parent > a:hover,
.primary-menu > .current-menu-ancestor > a:hover, .dr-button-small-up:hover {
  color: #fff !important;
}
.dr-button-small:before, .primary-menu > .menu-item:hover > a:before,
.primary-menu > .current-menu-item > a:before,
.primary-menu > .current-menu-parent > a:before,
.primary-menu > .current-menu-ancestor > a:before, .dr-button-small-up:before, .dr-button-small:after, .primary-menu > .menu-item:hover > a:after,
.primary-menu > .current-menu-item > a:after,
.primary-menu > .current-menu-parent > a:after,
.primary-menu > .current-menu-ancestor > a:after, .dr-button-small-up:after {
  position: absolute;
  top: -4px;
  width: 18px;
  height: 42px;
  background: url(data:image/png;base64,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) no-repeat;
  content: '';
}
.dr-button-small:before, .primary-menu > .menu-item:hover > a:before,
.primary-menu > .current-menu-item > a:before,
.primary-menu > .current-menu-parent > a:before,
.primary-menu > .current-menu-ancestor > a:before, .dr-button-small-up:before {
  left: -18px;
}
.dr-button-small:after, .primary-menu > .menu-item:hover > a:after,
.primary-menu > .current-menu-item > a:after,
.primary-menu > .current-menu-parent > a:after,
.primary-menu > .current-menu-ancestor > a:after, .dr-button-small-up:after {
  right: -18px;
  background-position: -18px 0;
}

.dr-button-small-up {
  background-position: 0 -38px;
}
.dr-button-small-up:before {
  background-position: -36px 0;
}
.dr-button-small-up:after {
  background-position: -56px 0;
}

.dr-button-large,
.dr-button-large-orange {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.25em 1em 0.35em;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.25);
  font-style: italic;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
  line-height: normal;
}
.dr-button-large:hover,
.dr-button-large-orange:hover {
  color: #fff !important;
  text-decoration: none;
}

.dr-button-large,
.dr-button-large-orange {
  border-bottom: 4px solid transparent;
  font-size: 2.143em;
}
.widget .dr-button-large, .widget
.dr-button-large-orange {
  display: block;
}

.dr-button-large {
  border-color: #222;
  background: #333333 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABOBAMAAADx6Xp6AAAAIVBMVEUtLSxHR0dKSklCQkJFRUQrKysqKiopKSgnJycyMjM6OjsUpvtlAAAAVElEQVQY02MwNhRkcHFSYhAUAmJhYwYlFRcGJUXBgRM3cWGwAuJVi40ZVq2cCcYzZ85kYOCE4NAABobQiA4GBvZyBga2NIaO1lCG8gIGhrQEuooDABhVNfnbfUkzAAAAAElFTkSuQmCC) 0 50% repeat-x;
  box-shadow: 0 -2px 0 #444444 inset, 0 2px 3px rgba(0, 0, 0, 0.75);
}
.dr-button-large:hover {
  border-color: #003258;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABOBAMAAADx6Xp6AAAAKlBMVEUeWX83ep0cV34zdZgcVnwcVHocUng0d5o1eJw0c5cjY4stb5QfW4QnapLzXpNOAAAAYUlEQVQY02OYOaODwdhQkKG8UJCho3Mmg6CwMYOgeDldxY2td4Px7t27GdauvcuwCoRXrWJYs+YMw5kDDGAcGqTE4OLAwKCkAMRqaQwMrKEMDCwuDGlJSgyhAQxAObqKAwDDfEQB+F5pXQAAAABJRU5ErkJggg==);
  box-shadow: 0 -2px 0 #2e7096 inset, 0 2px 3px rgba(0, 0, 0, 0.75);
}

.dr-button-large-orange {
  border-color: #96400c;
  background: #ff7008 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABOBAMAAADx6Xp6AAAAHlBMVEXnYQjZWgj/cgj/eAj/ewjjXgjeXAj/bwj+aQjzZAhnpU6zAAAAUUlEQVQY02MwNlJicHECYmdjBiVlIFZxYTA2caGreHmREgSXlzOUV3SAcUfnTAYGzpkMoZFAHMDAEBooyMDACMRsaQyCoqEMggIMDGkJAyYOACY9LgPmmwuaAAAAAElFTkSuQmCC) 0 50% repeat-x;
  box-shadow: 0 -2px 0 #ff7008 inset, 0 2px 3px rgba(0, 0, 0, 0.75);
}

/* Lists */
.dr-list,
.dr-list ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.dr-list li {
  padding-left: 22px;
  background-position: 0 0.4em;
}

/* Front Page
---------------------------------------------- */
.latest-news-header {
  position: relative;
}
.latest-news-header .all-news-button {
  position: absolute;
  top: 0;
  right: 0;
}

.latest-news-footer {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #444444;
  text-align: right;
}

/* Slider
---------------------------------------------- */
.bx-wrapper {
  position: relative;
}

.bx-viewport {
  z-index: 10;
}

.bx-pager {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}

.bx-pager-item {
  float: left;
  margin-right: 5px;
}

.bx-pager-link {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  display: block;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAgVBMVEUAAABMCgVMCgVMCgVMCgVMCgVMCgVMCgVMCgVMCgVMCgVzDw1yCRRuCRF5BheABRuYFBKnFhRtDg1tDA+JEhB9EQ61FxZhCQ5nDA3XzMx6EAxrDg7l4+ONEhDb09OuFhW9GBd5VFZYFBPHvLyGW1qRV1uGFBLy8vJvRER7TUupX17RUMDCAAAACnRSTlMACZjeleLCK48GegHEHQAAAJNJREFUGNNNz9kSwiAMBdBooaVBqqIV6O6+/P8HSoBhel4ueWCSC6QSHJGLCqKa4TgvyzzidhPmsrskXVkDAJPHTDL/Hw/k9wqBFQh9JtOjpdACuGyJG770kBxQBu59v1EiYK+JGz7WR4/A7YlM15C2AGEUecYwwq/drfi1wEyTGRZON/vElHUqp/zUqFgu1y9i/T+//g3cQNW5EwAAAABJRU5ErkJggg==) no-repeat;
  color: #6d0e0e;
}
.bx-pager-link:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

.slider-wrapper {
  overflow: hidden;
}

.slide-image {
  padding: 5px;
  height: 250px;
}

.slide-caption {
  overflow: hidden;
  padding: 0 30px;
  height: 90px;
}

.slide-title {
  margin: 0 0 0 -16px;
  padding-left: 16px;
  background-position: 0 70%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  font-size: 2.143em;
  line-height: 1.3;
}

.slide-description {
  color: #aaaaaa;
  font-style: italic;
  line-height: 1.4;
}
.slide-description .more-link {
  float: right;
}

/* Promo Slider */
.promo-slider-wrapper {
  width: 670px;
  height: 350px;
}

/* No JS */
.no-js .slider .slide {
  display: none;
}
.no-js .slider .slide:first-child {
  display: block;
}

/* Download
---------------------------------------------- */
.download {
  position: relative;
  width: 290px;
  height: 350px;
}

/* Image */
.download-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* Buttons */
.download-button {
  position: absolute;
  left: 15px;
  z-index: 20;
  width: 260px;
}

.download-button-first {
  bottom: 80px;
}

.download-button-second {
  bottom: 15px;
}

/* Links */
.download-links-wrapper {
  display: none;
}

.download-links {
  width: 290px;
}
.download-links a {
  display: block;
}

/* Games Template
---------------------------------------------- */
/* Games */
.games {
  margin: 0;
  list-style: none;
}

.games-item {
  float: left;
  width: 290px;
}
.games-item + .games-item {
  margin-left: 55px;
}

.games-links {
  margin-bottom: 20px;
}

.games-item-description,
.games-item-buttons {
  padding: 15px;
}

.games-item-description {
  font-size: 1.5em;
  font-family: "SF Electrotome", "Arial", "Helvetica", sans-serif;
  font-style: italic;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  line-height: 1.4;
}

.games-item-buttons a {
  display: block;
  margin-top: 10px;
}
.games-item-buttons a:first-child {
  margin-top: 0;
}

.games-feed-link {
  display: none;
}

/* Game Template
---------------------------------------------- */
/* Nitro Nation Countdown Widget
---------------------------------------------- */
.dr-countdown-widget-event-countdown {
  margin: 1.5em auto;
  width: 260px;
}

.dr-countdown-widget-event-countdown,
.dr-countdown-widget-event-countdown-date {
  overflow: hidden;
}

.dr-countdown-widget-countdown-labels {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.dr-countdown-widget-countdown-labels li {
  float: left;
  margin-left: 4px;
  width: 62px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.786em;
}
.dr-countdown-widget-countdown-labels li:first-child {
  margin-left: 0;
}

.cntSeparator {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  width: 4px;
  height: 42px;
}
.cntSeparator:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

.dr-countdown-widget-event-title {
  margin: 0;
  color: #22b8f8;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  font-size: 2.143em;
}

.dr-countdown-widget-event-date,
.dr-countdown-widget-event-description {
  color: #777;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.dr-countdown-widget-event-description {
  margin: 1em 0;
}

.dr-countdown-widget-event-url {
  display: block;
  text-decoration: none;
}


#helpbox {float: left; width: 60%; clear: both;}
#logoimg {float:left;}